home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / boot / bind_namesii.lha / Macros.h < prev    next >
Text File  |  1995-09-14  |  188b  |  5 lines

  1. #define FOREACHNODE(list,node,next)    \
  2.     for( node = ( APTR ) ( ( ( struct List * ) ( list ) )->lh_Head );    \
  3.         ( next = ( APTR ) ( ( ( struct Node * ) node )->ln_Succ ) );    \
  4.         node = next )
  5.